home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
01q.dir
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-04
|
235 b
|
15 lines
on enterFrame
global gCursorReady, gMagCursor
gCursorReady = 1
gMagCursor = "magCursor"
end
on exitFrame
global qtChan
if not (the movieRate of sprite qtChan = 0) then
go(the frame)
else
go(the frame)
end if
end